home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Communications / aa_m68K_Intel_Only / elm24PL23_pkg / elm.pkg / elm.pre_install < prev    next >
Encoding:
Text File  |  1995-06-12  |  383 b   |  12 lines

  1. #Note: that when you expand an already installed compressed package
  2. #this script is run.  So there for you must ensure that the .gz file is
  3. #present because when you compress a package in Installer.app you will
  4. #always get a *.Z
  5.  
  6. if [ -f $1/elm.tar.gz ] ;then
  7.     /bin/echo "Uncompressing Elm"
  8.     /usr/bin/gunzip < $1/elm.tar.gz > $1/elm.tar
  9.     /usr/ucb/compress $1/elm.tar
  10. fi
  11. /bin/echo OK
  12.